home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00214.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  622 b   |  26 lines

  1. on exitFrame
  2.   global loadNext, subPageWait, playMode
  3.   startTimer()
  4.   puppetSound(0)
  5.   if (playMode = "64KMemOK") or (playMode = "PPCMemOK") then
  6.     if loadNext = 0 then
  7.       nothing()
  8.     else
  9.       if loadNext = 1 then
  10.         unLoadCast()
  11.         preLoad(label("certificates") - 1, label("certificates") + 33)
  12.       end if
  13.     end if
  14.     if the timer < subPageWait then
  15.       wait(subPageWait - the timer)
  16.     end if
  17.     go(#next)
  18.   else
  19.     unLoadCast()
  20.     preLoad(label("Certificates") + 33, label("Certificates") + 33)
  21.     puppetTransition(23, 1, 1)
  22.     wait(30)
  23.     go(marker("Certificates") + 33)
  24.   end if
  25. end
  26.